<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*åˆå§‹åŒ–æ&nbsp;·å¼*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, å®‹ä½“, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



.wh1260 {
    max-width: 1290px;
    padding: 0 15px;
    margin: 0 auto;
}

/*å¤´éƒ¨æ&nbsp;·å¼*/

.top2 {
    height: 140px;
    overflow: hidden;
    background: url("../images/67de69e2d2458e8f4d3eb89c9a9b125f91833353.png") no-repeat center center;
    background-size: cover;
}

.logo {
    line-height: 140px;
}

.logo img{
width: 100%;
}
.logo-ys {
    margin-left: auto;
    margin-right: 1.85rem;
}

.logo-ys li+li {
    margin-left: 1.55rem;
}

.logo-ys li div.img {
    width: 42px;
    height: 42px;
    background-color: #1a57a9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}

.logo-ys li .cont h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 5px;
}

.logo-ys li .cont p {
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
    color: #888888;
    line-height: 1;
}





.top2 .k2 {
    background: url("../images/b56aa85b42ed813e9f539ec00a7bddf330e02e61.png") no-repeat left center;
    padding-left: 50px;
}

.top2 .k2 h3 {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    padding-left: 20px;
    margin-bottom: 4px;
}

.top2 .k2 p {
    font-size: 36px;
    color: #1a57a9;
    line-height: 1;
}


/* å¯¼èˆªæ&nbsp;·å¼ */
#menu {
    background-color: #1a57a9;
    position: relative;
    z-index: 999;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu&gt;li {
    position: relative;
    flex: 1;
}

.x-menu&gt;li&gt;a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 50px;
    height: 50px;
    text-align: center;
}



.x-menu&gt;li&gt;a:hover {
    background-color: #07408c;
}

.x-menu&gt;li.active&gt;a {}

.x-menu&gt;li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu&gt;li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 50px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu&gt;li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu&gt;li&gt;a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu&gt;li&gt;a:hover {
    background-color: #07408c;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


@media(max-width: 1440px) {
    .top2 {
        height: 100px;
    }

    .logo {
        line-height: 100px;
    }

    .top2 .k2 p {
        font-size: 25px;
    }

    .top2 .k2 {
        background-size: 50% auto;
        padding-left: 43px;
        background-size: 20% auto;
    }

    .x-menu&gt;li&gt;a {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .x-sub-menu {
        top: 50px;
    }
}




.sou {
    height: 44px;
    box-sizing: content-box;
    padding: 0.85rem 0;
    background-color: #ededed;
}

.hotSearch {
    font-size: 14px;
    font-weight: normal;
    color: #1965ac;
}

.hotSearch a {
    color: #666666;
    margin-left: 9px;
}

.sou .seo {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.sou .seo a {
    color: #666666;
}


.sou #formsearch {
    width: 304px;
    height: 44px;
    background: url("../images/c19b05fcccc1ef556899bbde202ef395e7760119.jpg") no-repeat center center;
}

.sou #formsearch input {
    outline: none;
    background: none;
    border: none;
}

.sou #formsearch input[name="wd"] {
    width: 234px;
    font-size: 14px;
    line-height: 44px;
    color: #999999;
    padding-left: 22px;
    padding-right: 6px;
    overflow: hidden;
}

.sou #formsearch input[name="wd"]::placeholder {
    color: #999999;
}

.sou #formsearch input[type="submit"] {
    flex: 1;
    height: 44px;
    font-size: 14px;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
}



.p1 {
    padding: 3.5rem 0 4rem;
}

.p1a li {
    width: 22.86%;
    border: solid 1px #eeeeee;
}

.p1a li a {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2.05rem 0 2.2rem;
    text-align: center;
}

.p1a li a div.img {
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.p1a li a div.img img {
    max-width: 100%;
    max-height: 100%;
    transition: all ease .3s;
}

.p1a li:hover a div.img img {
    transform: rotateY(180deg);
}

.p1a li a .cont h3 {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 0.6rem;
}

.p1a li a .cont p {
    font-size: 0.7rem;
    font-weight: normal;
    color: #666666;
}


@media(max-width: 768px) {
    .p1a li {
        width: 49%;
        margin-bottom: 2%;
    }
}



@media(max-width: 767px) {
    .p1a li a {
        padding: 3rem 0 2.6rem;
    }

    .p1a li a div.img {
        height: 3.8rem;
        margin-bottom: 1.6rem;
    }

    .p1a li a .cont h3 {
        font-size: 16px;
        margin-bottom: 0.8rem;
    }

    .p1a li a .cont p {
        font-size: 14px;
    }
}









.p2 {
    background: url("../images/7241f1461956a85f8189e0665f1b516b78ceb433.jpg") no-repeat top center;
    padding: 1.5rem 0 2rem;
    background-size: cover;
}

.p2 .wh1260 {}

.p2a {
    width: 296px;
    flex-direction: column;
}

.p2a1 {
    padding: 1.9rem 0 2.3rem;
    flex-direction: column;
    text-align: center;
    background: url("../images/0f6f6ac398a8a762a5562da0053298c584324224.jpg") no-repeat center center;
    margin-top: -2.5rem;
    position: relative;
}

.p2a1::after {
    content: '';
    width: 12px;
    height: 20px;
    background: url("../images/a7d8062d95929cc729cea80a5918ac7d6cf0bfa9.png") no-repeat center center;
    position: absolute;
    top: 0;
    right: -12px;
}

.p2a1::before {
    content: '';
    width: 12px;
    height: 20px;
    background: url("../images/55fd98f42e1efd981c239d1d602def6357e9b9dc.png") no-repeat center center;
    position: absolute;
    top: 0;
    left: -12px;
}

.p2a1 h3 {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}


.p2a1 p {
    font-size: 0.7rem;
    font-weight: normal;
    color: rgba(255, 255, 255, .5);
}
.p2a1 img {
    transform: translateY(10px);
}

.p2a2 {
    width: 100%;
    background-color: #ffffff;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.55rem 0.8rem 0.75rem;
    align-items: flex-start;
}

.p2a2 li {
    width: 100%;
}

.p2a2 li a {
    background: #dfdfdf url("../images/0db6a9179b5ac0f39cefdfb0293982b1ec567928.png") no-repeat 21px center;
    padding-left: 52px;
    padding-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 42px;
    font-size: 18px;
    color: #333;
    transition: all ease .3s;
}

.p2a2 li:hover a {
    background: #1a57a9 url("../images/ecb27c48d7eff0a25e3b1e1c847cac4469a22d1b.png") no-repeat 21px center;
    color: #fff;
}


.p2b {
    width: calc(100% - 333px);
}

.p2b1 {
    width: 100%;
    padding: 2.6rem 2.1rem 2.2rem 2.6rem;
    background-color: #ffffff;
    position: relative;
}

.p2b1-swiper {
    overflow: hidden;
}

.p2b1-swiper li a{
    align-items: center;
}

.p2b1 li a div.img {
    width: 48%;
    overflow: hidden;
}

.p2b1 li a div.img img {
    max-width: 100%;
}

.p2b1 li a .cont {
    width: 43.78%;
}

.p2b1 li a .cont h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 1.1rem;
}

.p2b1 li a .cont h3::after {
    content: "";
    width: 7.5rem;
    height: 1px;
    background-color: #999999;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p2b1 li a .cont p {
    font-size: 0.75rem;
    line-height: 2;
    color: #666666;
}

.p2b1 li a .cont span.more {
    width: 108px;
    height: 36px;
    background-color: #1a57a9;
    line-height: 36px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 2rem;
}

.p2b1 .p2b1-pagination {
    width: 100%;
    position: absolute;
    bottom: 1.4rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1.5rem;
}

.p2b1 .p2b1-pagination .swiper-pagination-bullet {
    width: 1.4rem;
    height: 0.5rem;
    background-color: #d9d9d9;
    border-radius: 0;
    margin-left: 0.5rem;
    opacity: 1;
}

.p2b1 .p2b1-pagination .swiper-pagination-bullet-active {
    background-color: #1a57a9;
}

.p2b2 {
    margin-top: 1.4rem;
}

.p2b2 li {
    width: 31.75%;
}

.p2b2 li a {
    display: block;
}

.p2b2 li a div.img {
    overflow: hidden;
}

.p2b2 li a div.img img {
    width: 100%;
    transition: all ease .3s;
    height:250px;
}

.p2b2 li:hover a div.img img {
    transform: scale(1.1);
}

.p2b2 li a h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 54px;
    background-color: #e0e0e0;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media(max-width: 768px) {
    .p2a {
        display: none;
    }

    .p2b {
        width: 100%;
    }
}


@media(max-width: 767px) {
    .p2b1 li a div.img {
        width: 100%;
    }

    .p2b1 li a .cont {
        width: 100%;
        margin-top: 6%;
    }

    .p2b1 li a .cont h3 {
        font-size: 18px;
        padding-bottom: 1rem;
    }

    .p2b2 li:last-child {
        display: none;
    }

    .p2b2 li {
        width: 49%;
    }

    .p2b2 li a h3 {
        line-height: 42px;
        font-size: 16px;
    }

    .p2b1 li a .cont p {
        font-size: 13px;
    }
}





.p3a {
    position: relative;
    margin-top: 2.2rem;
}


.p3a li a {
    display: block;
}

.p3a li a div.img {
    overflow: hidden;
    border: solid 1px #e0e0e0;
}

.p3a li a div.img img {
    width: 100%;
    transition: all ease .3s;
}

.p3a li:hover a div.img img {
    transform: scale(1.1);
}

.p3a li a h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 54px;
    background-color: #e0e0e0;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p3-swiper {
    overflow: hidden;
}


.p3a .p3prev {
    width: 3.15rem;
    height: 3.15rem;
    background: url("../images/0147ac120c44a3043a79acc5997ece02d68d2891.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: -4.7rem;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}



.p3a .p3next {
    width: 3.15rem;
    height: 3.15rem;
    background: url("../images/0147ac120c44a3043a79acc5997ece02d68d2891.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: -4.7rem;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    outline: none;
}


@media(max-width: 1440px) {
    .p3a {
        width: 88%;
        margin: 2.2rem auto 0;
    }
}

@media(max-width: 768px) {
    .p3a {
        width: 100%;
    }

}

@media(max-width: 767px) {
    .p3a li a h3 {
        line-height: 42px;
        font-size: 16px;
    }
}







.p4-title {
    text-align: center;
    padding-top: 4.2rem;

}

.p4-title h3 {
    font-size: 2rem;
    color: #1a57a9;
    margin-bottom: 0.4rem;
}

.p4-title p {
    font-size: 1.2rem;
    color: #666666;
}



.p4 .wh1260 {
    position: relative;
    z-index: 999;
}



.p4bj {
    background-size: cover;
    padding: 6.6rem 0 3.5rem;
    margin-top: -2rem;
    background: black;
}

.p4a {
    margin-top: 1rem;
}

.p4a li {
    width: 25%;
}

.p4a li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.45rem 0 1.05rem;
    text-align: center;
    transition: all ease .3s;
    transform: translateY(15%);
}

.p4a li a h3 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #333333;
}

.p4a li a h4 {
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    color: #666666;
    margin: 0.5rem 0 1rem;
}

.p4a li a div.img {
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.p4a li a div.img img {
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
}


.p4a li.active a {
    background-color: #1a57a9;
}

.p4a li.active a h3 {
    color: #fff;
}

.p4a li.active a h4 {
    color: #fff;
}

.p4a li.active a div.img img {
    opacity: 1;
}





.p4b {
    position: relative;
}

.p4b .p4b1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
}

.p4b .p4b1.active {
    position: static;
    z-index: 999;
    opacity: 1;
}

.p4b .p4b1 .cont {
    width: 50.79%;
}

.p4b .p4b1 .cont .cont-title {
    justify-content: flex-start;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1.2rem;
}

.p4b .p4b1 .cont .cont-title&gt;h3 {
    width: 66px;
    height: 99px;
    text-align: center;
    padding-top: 24px;
    background: url("../images/1e1517911c131b143db1517bc2177cec8ffe1a87.png") no-repeat center center;
    background-size: cover;
    font-family: "Arial";
    font-size: 1.8rem;
    color: #ffffff;
    margin-right: 1.4rem;
}

.p4b .p4b1 .cont .cont-title .cont-t-right h3 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 0.3rem;
}

.p4b .p4b1 .cont .cont-title .cont-t-right p {
    font-size: 1.7rem;
    font-weight: 700;
    color: #ffffff;
}


.p4b .p4b1 .cont .cont-text {
    padding-top: 1.8rem;
}

.p4b .p4b1 .cont .cont-text p {
    font-size: 0.9rem;
    line-height: 1.667;
    color: #ffffff;
}

.p4b .p4b1 .cont .cont-text p:nth-of-type(1) {
    margin-bottom: 1.2rem;
}

.p4b .p4b1 .img {
    width: 41.58%;
    text-align: center;
    overflow: hidden;
}


.p4b .p4b1 .img img {
    max-width: 100%;
    transition: all ease .3s;
}

.p4b .p4b1 .img:hover img {
    transform: scale(1.1);
}


.p4c {
    width: 404px;
    border: solid 2px #1a57a9;
    margin: 3.7rem auto 0;
}

.p4c h4 {
    width: 248px;
    background-color: #1a57a9;
    line-height: 50px;
    font-family: Arial;
    font-size: 26px;
    color: #ffffff;
    padding-left: 20px;
    font-weight: 400;
}

.p4c h3 {
    flex: 1;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    padding-left: 60px;
    background: url("../images/93164099c2ec422aceacdbe39745cc16006a0a67.png") no-repeat 23px center;
}


@media(max-width: 768px) {
    .p4a li a h3 {
        font-size: 1rem;
    }

    .p4a li a div.img {
        height: 22px;
        line-height: 22px;
    }

    .p4b .p4b1 .cont .cont-title&gt;h3 {
        margin-right: 0.6rem;
    }

    .p4b .p4b1 .cont .cont-title .cont-t-right h3 {
        font-size: 1rem;
    }

    .p4b .p4b1 .cont .cont-title .cont-t-right p {
        font-size: 1.4rem;
    }

    .p4b .p4b1 .cont .cont-text p {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    .p4-title h3 {
        margin-bottom: 0.8rem;
    }

    .p4-title p {
        font-size: 14px;
    }


    .p4a li a h4 {
        display: none;
    }

    .p4a li a h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .p4b .p4b1 .img {
        width: 100%;
        margin-top: 3%;
    }

    .p4b .p4b1 .cont {
        width: 100%;
    }

    .p4b .p4b1 .cont .cont-title&gt;h3 {
        width: 51px;
        height: 69px;
        text-align: center;
        padding-top: 19px;
    }

    .p4b .p4b1 .cont .cont-title .cont-t-right h3 {
        font-size: 16px;
    }

    .p4b .p4b1 .cont .cont-title .cont-t-right p {
        font-size: 18px;
    }

    .p4c {
        width: 100%;
    }

    .p4c h3 {
        padding: 0;
        /* background: initial; */
        font-size: 16px;
        padding-left: 12%;
        background: url("../images/93164099c2ec422aceacdbe39745cc16006a0a67.png") no-repeat 15px center;
        background-size: 14% auto;
        line-height: 42px;
    }

    .p4c h4 {
        width: 60%;
        font-size: 21px;
        line-height: 42px;
    }
}


.index-title {
    text-align: center;
    position: relative;
}

.index-title h3 {
    font-size: 3.6rem;
    color: #fff;
    text-shadow: #eaeaea 1px 0 0, #eaeaea 0 1px 0, #eaeaea -1px 0 0, #eaeaea 0 -1px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    width: 100%;
    text-align: center;
}

.index-title h4 {
    font-size: 2rem;
    color: #000000;
    line-height: 3.95rem;
}

.index-title img {
    max-width: 100%;
    margin: 0.2rem 0 0.6rem;
}

.index-title p {
    font-size: 0.9rem;
    font-weight: normal;
    color: #666666;
}


.p5 {
    padding-top: 3.55rem;
    position: relative;
    z-index: 99;
}

.p5cont {
    background-color: #f8f8f8;
    padding: 3rem 0 0;
    margin-top: 2.7rem;
}

.p5a1 {
    width: 31.74%;
}

.p5a2 {
    width: 65.87%;
    align-content: space-between;
}

.p5a li {

    position: relative;
}

.p5a li a {
    display: block;
}

.p5a li a div.img {
    overflow: hidden;
}

.p5a li a div.img img {
    max-width: 100%;
    transition: all ease .3s;
}

.p5a li a:hover div.img img {
    transform: scale(1.1);
}

.p5a li a h3 {
    line-height: 48px;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.p5a2 li {
    width: 48.192%;
}

.p5b {
    margin-top: 0.75rem;
    overflow: hidden;
    transform: translateY(50%);
    padding: 2px;
    margin: -2px;
}

.p5b li a {
    display: block;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.p5b li a img {
    width: 100%;
    transition: all ease .3s;
}

.p5b li a:hover img {
    transform: scale(1.1);
}




@media(max-width: 767px) {
    .p5 .index-title {
        padding: 0 15px;
    }

    .index-title p {
        font-size: 12px;
    }

    .p5a1 {
        width: 100%;
    }

    .p5a2 {
        width: 100%;
        margin-top: 2%;
    }

    .p5a li a h3 {
        line-height: 36px;
        font-size: 14px;
        padding: 0 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .p5a2 li {
        width: 49%;
        margin-bottom: 2%;
    }
}




/* æœåŠ¡æµç¨‹ */
.p6 {
    padding-top: 6.4rem;
}

.pss-show {
    margin-top: 3.2rem;
}

.pss-list li {
    flex: 1;
    text-align: center;
    position: relative;
}

.pss-list li+li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 134px;
    background-color: #ddd;
    display: block;
}

.pss-list li:nth-child(1) {
    padding-left: 0;
}

.pss-list li:last-child {
    padding-right: 0;
}

.pss-list li .pss-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.pss-list li .pss-img .pss {
    position: relative;
}

.pss-list li .pss-img .pss img {
    max-width: 100%;
}

.pss-list li .pss-img .pss-ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
}

.pss-list li .pss-img .pss-ico span {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    border-radius: 50%;
}

.pss-list li h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
}

.pss-list li p {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.pss-list li .pss-img:hover .pss-ico {
    transform: rotateY(180deg);
}


@media(max-width: 768px) {
    .pss-list li {
        flex: initial;
        width: 32%;
        margin-bottom: 2%;
    }

    .pss-list li {
        width: 49%;
    }


}

@media(max-width: 767px) {
    .pss-list li .pss-img {
        width: 70%;
        margin: 0 auto;
    }

    .pss-list li h3 {
        margin-top: 20px;
        font-size: 18px;
    }

    .pss-list li p {
        font-size: 14px;
    }

    .pss-list li:nth-child(odd)::before {
        display: none;
    }

    .pss-list li {
        margin-bottom: 4%;
    }
}





.p7 {
    background-size: cover;
    background: black;
    padding: 4.2rem 0 2.9rem;
    margin-top: 3.7rem;
}


.p7a {
    width: 50.39%;
}

.p7a1 {
    padding-bottom: 1.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.p7a1 h3 {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.p7a1 h4 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #ffffff;
}

.p7a2 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #ffffff;
    margin-top: 2.1rem;
    padding-right: 1rem;
    line-height: 2.125;
}


.p7a3 {
    margin-top: 2rem;
    justify-content: flex-start;
}

.p7a3 a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    background: url("../images/4b0eba28dd3040e232b8d2d722d7b213c2d64849.png") no-repeat center center;
    color: #fff;
    font-size: 14px;
}

.p7a3 a.contact {
    background: url("../images/eea462f1bcb6a8dd1f3e14b62aef6e0a9f3fa445.png") no-repeat center center;
    color: #333;
    margin-left: 1.5rem;
}

.p7a3 a span {
    margin: 0 3px;
}

.p7a3 a img {
    margin: 0 5px;
}

.p7b {
    width: 42.85%;
    overflow: hidden;
    text-align: center;
}

.p7b img {
    width: 100%;
    transition: all ease .3s;
}

.p7b:hover img {
    transform: scale(1.1);
}





@media(max-width: 768px) {
    .p7b {
        width: 100%;
        order: 1;
        margin-bottom: 2%;
    }

    .p7a {
        width: 100%;
        order: 2;
    }
}

@media(max-width: 767px) {
    .p7b {
        margin-bottom: 4%;
    }

    .p7a1 h3 {
        margin-bottom: 1rem;
    }

    .p7a1 h4 {
        font-size: 14px;
    }

    .p7a2 {
        font-size: 14px;
    }

    .p7a3 a {
        width: 120px;
        height: 40px;
        line-height: 40px;
        background-size: 100% 100%;
    }

    .p7a3 a.contact {
        background-size: 100% 100%;
    }
}




.p8 {
    padding-top: 4.1rem;
    margin-bottom: 3.8rem;
}



.p8cont {
    margin-top: 2.6rem;
}


.p8a {
    width: 64.13%;
}

.p8a-title {
    padding-bottom: 1.12rem;
    align-items: flex-end;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 1.2rem;
}

.p8a-title h3 {
    font-size: 1.2rem;
    color: #333333;
    font-weight: 700;
    padding-left: 1.45rem;
    position: relative;
}

.p8a-title h3::before {
    content: "";
    width: 0.4rem;
    height: 1.4rem;
    background-color: #1a57a9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p8a-title a.more {
    font-family: "Arial";
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}



.p8a1 {
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed rgba(177, 177, 177, .5);
}

.p8a1 li a div.img {
    width: 38.22%;
    overflow: hidden;
}

.p8a1 li a div.img img {
    width: 100%;
    transition: all ease .3s;
}

.p8a1 li:hover a div.img img {
    transform: scale(1.1);
}

.p8a1 li a .cont {
    width: 58.48%;
    padding-top: 0.6rem;
}

.p8a1 li a .cont .conta {
    width: calc(100% - 78px);
    padding-right: 1.5rem;
}

.p8a1 li a .cont .conta&gt;h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 1rem;
}
.p8a1 li:hover a .cont .conta&gt;h3{
    color: #1a57a9;
}

.p8a1 li a .cont .conta .text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.p8a1 li a .cont .conta span.more {
    width: 120px;
    height: 34px;
    background-color: #1a57a9;
    border-radius: 0px 8px 0px 8px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 1.2rem;
}



.p8a1 li a .cont .time {
    text-align: center;
    position: relative;
}

.p8a1 li a .cont .time h3 {
    font-size: 1.8rem;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0.4rem;
}

.p8a1 li a .cont .time h4 {
    font-size: 0.7rem;
    font-weight: normal;
    color: #333333;
}

.p8a1 li a .cont .time::before {
    content: "";
    width: 1px;
    height: 3.4rem;
    background-color: #dcdcdc;
    position: absolute;
    left: -1.2rem;
    top: 0;
}

.p8a2 {
    margin-top: 1.8rem;
}

.p8a2 li {
    width: 43.91%;
}

.p8a2 li h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    padding-left: 21px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

.p8a2 li h3::before {
    content: '';
    width: 8px;
    height: 8px;
    border: solid 1px #999999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.p8a2 li:hover h3{
    color: #1a57a9;
}
.p8a2 li .text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.p8b {
    width: 31.587%;
}

.p8b h3.title {
    padding-bottom: 1.12rem;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 1.4rem;
}

.p8b h3.title a {
    display: block;
    font-size: 1.2rem;
    color: #333333;
    position: relative;
    padding-left: 1.5rem;
}

.p8b h3.title a::before {
    content: '';
    width: 0.4rem;
    height: 1.4rem;
    background-color: #1a57a9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.p8b1 li a {
    display: block;
    height: 2.8rem;
    border-radius: 1.4rem;
    border: solid 1px #eeeeee;
    line-height: 2.8rem;
    font-size: 0.8rem;
    font-weight: normal;
    color: #666666;
    padding-left: 3.6rem;
    position: relative;
}


.p8b1 li:nth-child(odd) a::before {
    content: "";
    width: 2.75rem;
    height: 2.75rem;
    background: #9b9b9b url("../images/f40012bb185886e52ab729683eae812cfe693258.png") no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.p8b1 li:nth-child(even) a {
    padding-left: 1.45rem;
    padding-right: 3rem;

}

.p8b1 li:nth-child(even) a::before {
    content: "";
    width: 2.75rem;
    height: 2.75rem;
    background: #1a57a9 url("../images/f40012bb185886e52ab729683eae812cfe693258.png") no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;

}

.p8b1 li+li {
    margin-top: 1rem;
}

.p8b1 li:hover a {
    color: #1a57a9;
}

@media(max-width: 768px){
    .p8a {
        width: 100%;
        margin-bottom: 4%;
    }
    .p8b{
        width: 100%;
    }
}

@media(max-width: 767px){
    .p8a-title h3 {
        font-size: 18px;
    }
    .p8a1 li a div.img{
        width: 100%;
        margin-bottom: 3%;
    }
    .p8a1 li a .cont{
        width: 100%;
    }
    .p8a1 li a .cont .time{
        display: none;
    }
    .p8a1 li a .cont .conta{
        width: 100%;
    }
    .p8a2 li {
        width: 100%;
        margin-bottom: 4%;
    }
    .p8a2 li h3{
        padding-left: 16px;
    }
    .p8b h3.title a {
        font-size: 18px;
    }
    .p8b1 li a{
        line-height: 4rem;
        height: 4rem;
        font-size: 14px;
        border-radius: 1.75rem;
        padding-left: 5.5rem;
    }
    .p8b1 li:nth-child(even) a::before{
        width: 4rem;
        height: 4rem;
        background-size: 49% auto;
    }
    .p8b1 li:nth-child(odd) a::before{
        width: 4rem;
        height: 4rem;
        background-size: 49% auto;
    }
}







/* å‹æƒ…é“¾æŽ¥ */

.link {
    background: url("../images/c8c0992bde6a2e877ea8e2fa264f504e9655a8ac.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 0;
}

.link-show {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.link-show::after {
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: #053e95;
    top: 0;
    right: 100%;
}

.link-warp {
    float: left;
    width: calc(100% - 170px);
    display: flex;
    justify-content: space-between;
    position: relative;

}

.link-warp span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.link-list {
    flex: 1;
    margin-left: 10px;
}

.link-list a {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.link-list a:hover {
    color: #0dad3b;
}


.link-warp .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(5,62,149,.9);
    padding: 10px;
    min-width:120px;
}



.link-a {
    display: flex;
    align-items: flex-start;
}

.link-a span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 118px;
    line-height: 24px;
    border: solid 1px #fff;
    opacity: .5;
    transition: all .5s ease;
}

.link-a span:hover {
    border: solid 1px #0dad3b;
    background-color: #0dad3b;
    opacity: 1;
}


/* åº•éƒ¨ */
.foot {
    background-color: #141414;
    padding-top: 45px;
}

.ft-nav {
    padding-bottom: 40px;
}
.ft-nav ul  {
    justify-content: space-around;
}

.ft-nav ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.ft-nav ul li a:hover {
    color: #0dad3b;
}

.ft-show {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px rgb(255 255 255 / 8%);
}

.ft-left {
    display: flex;
    flex-wrap: wrap;
    width: 39%;
}

.ft-logo {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ft-logo img {
    max-width: 100%;
}

.ft-tel {
    background: url("../images/df06af452aa1d5784ec1fd5251d9808600dda80c.png") no-repeat left center;
    padding-left: 70px;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.ft-tel h3 {
    font-size: 26px;
    font-family: Arial;
    color: #fff;
    line-height: 38px;
    font-weight: 400;
}
.ft-tel h3 p:nth-of-type(2){
    font-size: 14px;
    color: #4b4646;
    font-weight: 400;
    line-height: 1.5;
}

.ft-tel h3 span {
    display: block;
    font-size: 16px;
    color: #4b4646;
    line-height: 30px;
}

.ft-contact {
    padding-top: 35px;
    width: 35%;
    padding-bottom: 35px;
    border-left: solid 1px rgb(255 255 255 / 8%);
    padding-left: 75px;
}

.ft-contact h3 {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
}

.ft-contact .contact {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.ft-ewm {
    width: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: solid 1px rgb(255 255 255 / 8%);
}

.ewm-list {
    display: flex;
    flex-wrap: wrap;
}

.ewm-list .m1 {
    margin-right: 20px;
}

/* .ewm-list .m2{
  
  } */
.ewm-list img {
    max-width: 100%;
}

.ewm-list p {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.footer {
    background-color: #383838;
    text-align: center;
    font-size: 14px;
    color: rgb(255 255 255 / 50%);
    line-height: 24px;
    padding: 26px 0;
}

.footer a {
    font-size: 14px;
    color: rgb(255 255 255 / 50%);
    line-height: 24px;
}

.footer a:hover {
    color: #0dad3b;
}

/* åº•éƒ¨è‡ªè¡Œé€‚åº” */
@media(max-width:1299px) {
    .ft-nav ul li {
        margin-left: 5.19%;
    }
}

@media(max-width:1199px) {
    .ft-nav ul li a {
        font-size: 16px;
    }

    .ft-nav ul li {
        margin-left: 4.62%;
    }

    .ft-tel {
        margin-left: 20px;
        padding-left: 60px;
    }

    .ft-contact {
        padding-left: 40px;
    }

    .footer {
        font-size: 12px;
    }

    .footer a {
        font-size: 12px;
    }
}

@media(max-width:991px) {
    .ft-nav ul li a {
        font-size: 14px;
    }

    .ft-nav ul li {
        margin-left: 3.5%;
    }

    .link {
        display: none;
    }

    .ft-nav {
        padding-bottom: 20px;
    }

    .ft-logo {
        width: 30%;
    }

    .ft-tel h3 {
        font-size: 20px;
    }

    .ft-tel h3 span {
        font-size: 14px;
    }

    .ft-tel {
        margin-left: 15px;
        padding-left: 40px;
        background-size: 34px 90px;
    }

    .ft-contact .contact {
        font-size: 13px;
    }

    .ft-contact {
        padding-left: 20px;
    }


    .ft-ewm {
        width: 50%;
    }

    .ft-contact {
        width: 50%;
    }

    .ft-left {
        display: none;
    }

    .footer {
        padding: 15px 0;
    }

    .foot {
        padding-top: 30px;
    }
    .ft-show{
        border-top: none;
    }
   
}

.md-foot {
    display: none;
}



@media(max-width:767px) {
    .foot {
        /* display: none; */
    }

    .footer {
        display: none;
    }

    .md-foot {
        display: block;
        background: #141414;
    }

    .mod-logo {
        text-align: center;
        padding: 30px 0;
    }

    .mod-logo a {
        display: block;
    }

    .mod-logo a img {
        max-width: 100%;
    }

    .fd-cfn {
        border-bottom: solid 1px #ccc;
        margin-top: 10px;
    }

    .fd-cfn h3 {
        font-size: 16px;
        color: #fff;
        line-height: 2.5;
    }

    .fd-cfn h3 span {
        padding-right: 10px;
    }

    .fd-cfn .fd-name {
        display: none;
        padding-left: 13px;
    }

    .fd-cfn .fd-name a {
        display: block;
        line-height: 28px;
        color: #fff;
        opacity: .8;
    }

    .fd-ly .copyright {
        color: #fff;
        opacity: .8;
        padding: 15px 15px;
        line-height: 1.5;
        text-align: center;
        float: none;
    }

    .fd-ly .copyright a {
        color: #fff;
        opacity: .8;
    }

    .ft-left{
        width: 100%;
    }
    .ft-contact {
        width: 100%;
        padding: 0;
        border: none;
    }
    .ft-ewm{
        width: 100%;
        justify-content: flex-start;
        margin-top: 4%;
    }
    .foot{
        padding: 4% 0;
    }
    .fd-cfn:nth-child(1){
        margin-top: 0;
    }

}











/*å†…é¡µå·¦ä¾§æ&nbsp;·å¼*/
.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

/* å½“å‰ä½ç½® */

.page-position {

    color: white;margin-top: -6.5%;z-index: 99999;position: relative;margin-bottom: 4.5%;
}

.page-position h2{color:#ffffff!important;font-size: 36px!important;font-weight: 600;margin-bottom: 10px;}
.page-position h2 a{color:#fff}



.page-position a {
    color: white;}

.page-position a:hover {
   /* color: #014099;   */
}


@media (max-width: 1024px) {
 .page-position {color: white;margin-top:1.5%;z-index: 99999;position: relative;margin-bottom: 1.5%;}
 .page-position h2{color:#014099!important;font-size: 30px!important;font-weight: 600;margin-bottom: 10px;}
.page-position h2 a{color:#014099}

}

@media (max-width: 990px) {
 .page-position h2{color:#014099!important;font-size: 18px!important;font-weight: 600;margin-bottom: 10px;}
.page-position h2 a{color:#014099}

}

/*å†…é¡µå·¦ä¾§æ&nbsp;·å¼*/
.xypg-left-con2{margin-bottom: 3.5%;}
.xypg-left-con2 .xypg-left-nav {display:block;}
.xypg-left-con2 .xypg-left-nav&gt;li {position: relative;text-align:center;margin-right: 10px;max-width: 200px;float: left;}
.xypg-left-con2  .xypg-left-nav &gt; li:last-child {border: none;}
 
.xypg-left-con2 .xypg-left-nav &gt; li .first-nav-btn{background: none;}
.xypg-left-con2 .xypg-left-nav&gt;li&gt;a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    padding: 10px 5px;
    background: #eeeeee;border-radius: 6px;
}

.xypg-left-con2 .xypg-left-nav&gt;li&gt;a[href="http://vrhr5jfr.s5.myxypt.com/about_contact/lxc2e.html"]{display:none;}

.xypg-left-con2 .xypg-left-nav&gt;li:hover&gt;a,
.xypg-left-con2 .xypg-left-nav&gt;li.clicked&gt;a {
    color: #fff;background:#014099;
}

@media(max-width: 768px){
    .floating_ck{display:none}
}
.floating_ck{position:fixed;left:0%;z-index:10000;top:50%}
.floating_ck dl dd{position:relative;background-color:#003c8d;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#e40231;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/zxicon.png);}
.words{background-image:url(../images/qq.png);}
.quote{background-image:url(../images/kficon.png);}
.qrcord{background-image:url(../images/erweima.png);}
.return{background-image:url(../images/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px; font-size:14px}
.floating_left{font-size:16px;position:absolute;left:45px;top:0px;width:200px;height:80px;background-color:#e40231;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:80px;text-decoration: none !important;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background-image:url(../images/ewm.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:16px; font-family:"Microsoft YaHei UI"}
.return span{ font-weight:500}
.floating_left a:hover{color:#fff; }
.zxkf_href{font-size: 16px}
.dycord {
    background-image: url(../images/douyine.png);
}
.floating_dycord i {
    background-image: url(../images/dyewm.jpg);
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
}
.floating_dycord {
    color:white;
    height: 280px;
    top: -180px;
}
.foot-ba{text-align: center;margin: auto;}
.gaba{text-align: center;width:300px;margin:0 auto;padding: 5px 0;}
.gaba a{display: inline-block;text-decoration:none;height:20px;line-height:20px;}
.gaba p{float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px;}
.xypg-product-list li img{height:300px}</pre></body></html>